home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / tools / 3dpaint / p3pwstol.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  478 b   |  22 lines

  1.  
  2. // JavaScript wrapper for p3pwstol.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_PAINTWITHSELECTEDTOOL_H = 1;
  7. include("real/windows/r3tool.js")
  8.  
  9.  
  10. var R3CLID_PAINTWITHSELECTEDTOOL = 1408;
  11.  
  12.  
  13.  
  14. function r3Paintwithselectedtool () { 
  15.    this.base = r3God;
  16.    if(arguments.length) {
  17.       this.base(R3CLID_PAINTWITHSELECTEDTOOL, arguments);
  18.    }
  19. }
  20.  
  21. r3Paintwithselectedtool.prototype=new r3Tool;
  22. // p3pwstol.h_H